PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts.truetype Package / PDFTrueTypeFontFeatures Class
Methods


In This Topic
    PDFTrueTypeFontFeatures Class Members
    In This Topic

    The following tables list the members exposed by PDFTrueTypeFontFeatures.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new PDFTrueTypeFontFeatures object.  
    Top
    Public Methods
     NameDescription
    Public MethodGets a flag indicating whether glyph color information is supported.  
    Public MethodGets a flag indicating whether complex script processing should be used when displaying text using the font.  
    Public MethodGets a flag indicating whether old style figures should be used instead of default ones.  
    Public MethodGets a flag indicating whether small capitals should be used for lowercase letters.  
    Public MethodGets a flag indicating whether small capitals should be used for uppercase letters.  
    Public MethodGets a flag indicating whether standard ligatures should be enabled. This feature replaces a sequence of glyphs with a single glyph which is preferred for typographic purposes. This feature covers the ligatures which the designer/manufacturer judges should be used in normal conditions.  
    Public MethodGets a flag indicating whether vertical glyphs are enabled. Far East languages that support vertical writing use different glyphs for vertical text than for horizontal text.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodSets a flag indicating whether glyph color information is supported. Setting this property to true causes the font to load and parse the color related tables. Set this property to true when you want to create colored Type3 fonts from a TrueType font, for example for displaying emojis.  
    Public MethodSets a flag indicating whether complex script processing should be used when displaying text using the font. This feature must be enabled in order to render correctly the text in arabic, hebrew and other complex scripts.  
    Public MethodSets a flag indicating whether old style figures should be used instead of default ones.  
    Public MethodSets a flag indicating whether small capitals should be used for lowercase letters.  
    Public MethodSets a flag indicating whether small capitals should be used for uppercase letters.  
    Public MethodGets a flag indicating whether standard ligatures should be enabled. This feature replaces a sequence of glyphs with a single glyph which is preferred for typographic purposes. This feature covers the ligatures which the designer/manufacturer judges should be used in normal conditions.  
    Public MethodSets a flag indicating whether vertical glyphs are enabled. Far East languages that support vertical writing use different glyphs for vertical text than for horizontal text.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Top
    See Also